runtime.moduledata.textAddr (method)
7 uses
runtime (current package)
plugin.go#L99: entry := md.textAddr(md.ftab[i].entryoff)
symtab.go#L558: min := datap.textAddr(datap.ftab[0].entryoff)
symtab.go#L559: max := datap.textAddr(datap.ftab[nftab].entryoff)
symtab.go#L591: func (md *moduledata) textAddr(off32 uint32) uintptr {
symtab.go#L763: return f.datap.textAddr(f.entryOff)
trace.go#L1790: return f.datap.textAddr(*(*uint32)(w))
type.go#L212: res := md.textAddr(uint32(off))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |